From 72a80b66f979cce2318e0b4c1df1fae7175b4d2c Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 26 Aug 2020 07:55:11 +0930 Subject: added roms and changed readme --- roms/programs/Jumping X and O [Harry Kleinberg, 1977].txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roms/programs/Jumping X and O [Harry Kleinberg, 1977].txt (limited to 'roms/programs/Jumping X and O [Harry Kleinberg, 1977].txt') diff --git a/roms/programs/Jumping X and O [Harry Kleinberg, 1977].txt b/roms/programs/Jumping X and O [Harry Kleinberg, 1977].txt new file mode 100644 index 0000000..4d2bf50 --- /dev/null +++ b/roms/programs/Jumping X and O [Harry Kleinberg, 1977].txt @@ -0,0 +1,3 @@ +Jumping X and O, by: Harry Kleinberg + +Here is what the program is written to do. First, a solid 6×6spot block appears in the upper right quadrant of the tv display. A 5×5 "X" pattern appears in the center and jumps randomly to a new location every 1/5 second. When the X overlaps the 6×6 block, the X disappears, an "0" pattern appears in the center of the screen, and repeats the process, being replaced by the X when an overlap with the block occurs. The program continues until the machine IS stopped \ No newline at end of file -- cgit v1.2.3